Welcome![Sign In][Sign Up]
Location:
Search - proc linux

Search list

[Linux-UnixTaskForce

Description: 这是一个在linux环境下,模拟windows环境下的一个任务管理器,使用了JNI和linux的proc系统文件 运行方式,在interface文件夹下,打以下命令: $.../interface: export LD_LIBRARY=./lib $.../interface: java -jar taskforce...jar -This a linux environment, simulating the windows environment with a task management, the use of the JNI and the proc Linux operating system files, folders in the interface, playing the following orders : $.../ interface : export LD_LIBRARY =. / lib $ ... / interface : java-jar jar taskforce
Platform: | Size: 233391 | Author: | Hits:

[OS programproc125

Description: LINUX下的PROC文件系统代码,就象WINDOWS的任务管理器一样的功能-the PROC Linux file system code, Like the Windows task manager for the same function
Platform: | Size: 10902 | Author: 饶元见 | Hits:

[Linux-UnixPROC

Description: Linux内核编程模块的简单实现,是一个PROC程序。 由用户输入pid号,程序返回pid对应的可执行文件
Platform: | Size: 147100 | Author: ThAi | Hits:

[Linux-Unixlinux-taskmgr

Description: 在linux下,通过提取proc下文件的信息,以实现系统状态的监控,该系统的功能类似于window下的任务管理器
Platform: | Size: 17709 | Author: 方允福 | Hits:

[Linux-UnixProc文件系统源代码分析报告

Description: 论文-Proc文件系统源代码分析报告
Platform: | Size: 295817 | Author: plaudit | Hits:

[Bookslinux设备驱动程序开发详解

Description: 详细讲述了linux设备驱动程序的开发,想学习linux下设备驱动程序开发工作的人员可以参考。文件清单列出如下: linuxdriver_code_tool |-- 03 | `-- 2.6内核升级工具 | |-- device-mapper-1.00.19-2.i386.rpm | |-- lvm2-2.00.25-1.01.i386.rpm | |-- mkinitrd-4.2.0.3.tar.tar | |-- module-init-tools-3.2.2.tar.bz2 | `-- modutils-2.4.5-1.src.rpm |-- 04 | |-- 内核模块参数范例 | | `-- book.c | |-- 内核模块导出符号 | | `-- export_symb.c | `-- 最简单的内核模块 | `-- hello.c |-- 05 | `-- udev源代码 | `-- udev-114.tar.gz |-- 06 | |-- globalmem驱动 | | `-- globalmem.c | `-- 包含2个globalmem设备的驱动 | `-- globalmem_two.c |-- 07 | `-- 含并发控制的globalmem驱动 | `-- globalmem_lock.c |-- 08 | |-- globalfifo驱动 | | `-- globalfifo.c | `-- poll应用程序范例 | `-- pollmonitor.c |-- 09 | |-- 异步通知应用程序范例 | | `-- asyncmonitor.c | `-- 支持异步通知的globalfifo | `-- globalfifo_async.c |-- 10 | |-- S3C2410实时钟驱动 | | `-- s3c2410-rtc.c | `-- 秒设备驱动与应用程序 | |-- second.c | `-- second_test.c |-- 11 | |-- DMA范例 | | |-- 3c505.c | | |-- 3c505.h | | `-- dma.h | `-- 静态映射范例 | `-- mach-smdk2440.c |-- 12 | |-- NVRAM驱动 | | `-- generic_nvram.c | |-- 触摸屏驱动 | | |-- 作为input设备 | | | |-- s3c2410_ts.c | | | `-- s3c2410_ts.h | | `-- 作为普通字符设备 | | `-- s3c2410-ts.c | |-- 看门狗驱动 | | `-- s3c2410_wdt.c | `-- 平台设备 | `-- devs.c |-- 13 | |-- IDE驱动 | | |-- ide-disk.c | | `-- ide-h8300.c | `-- RAMDISK驱动 | `-- rd.c |-- 14 | |-- S3C2410串口驱动 | | |-- regs-gpio.h | | |-- regs-serial.h | | `-- s3c2410.c | `-- 串口核心层 | |-- serial_core.c | `-- serial_core.h |-- 15 | |-- S3C2410 I2C主机驱动 | | |-- i2c-s3c2410.c | | |-- iic.h | | |-- regs-gpio.h | | `-- regs-iic.h | `-- SAA711x I2C设备驱动 | `-- saa711x.c |-- 16 | `-- CS8900以太网设备驱动 | |-- cs89x0.c | `-- cs89x0.h |-- 17 | |-- ALSA工具及库 | | |-- alsa-driver-1.0.15.tar.bz2 | | |-- alsa-firmware-1.0.15.tar.bz2 | | |-- alsa-lib-1.0.15.tar.bz2 | | |-- alsa-oss-1.0.15.tar.bz2 | | |-- alsa-tools-1.0.15.tar.bz2 | | |-- alsa-utils-1.0.13.tar.bz2 | | `-- pyalsa-1.0.15.tar.bz2 | |-- ALSA驱动范例 | | |-- sa11xx-uda1341.c | | `-- uda1341.h | |-- ALSA应用程序范例 | | |-- pcm.c | | `-- pcm_min.c | |-- OSS驱动范例 | | `-- s3c2410-uda1341.c | `-- OSS应用程序范例 | |-- mixer.c | `-- sound.c |-- 18 | |-- FRAMEBUFFER应用程序范例 | | `-- fb_display | | |-- fb_display.c | | |-- fb_display.h | | |-- Makefile | | |-- README | | `-- test.c | `-- S3C2410 LCD驱动 | |-- s3c2410fb.c | `-- s3c2410fb.h |-- 19 | |-- busybox源代码 | | `-- busybox-1.2.1.tar.bz2 | |-- MTD工具 | | `-- mtd-utils-1.0.0.tar.gz | |-- nand驱动范例 | | `-- s3c2410.c | |-- nor驱动范例 | | `-- s3c2410nor.c | `-- yaffs&yaffs2源代码 | |-- yaffs.tar.gz | `-- yaffs2.tar.gz |-- 20 | |-- USB串口驱动 | | |-- usb-serial.c | | `-- usb-serial.h | |-- USB工具 | | `-- usbview-1.0.tar.tar | |-- USB骨架程序 | | `-- usb-skeleton.c | |-- USB键盘驱动 | | |-- input.h | | |-- usb_input.h | | `-- usbkbd.c | `-- usb主机控制器驱动范例 | |-- ohci-s3c2410.c | `-- usb-control.h |-- 21 | |-- PCI骨架程序 | | `-- pci-skeleton.c | `-- PCI驱动范例 | `-- i810_audio.c `-- 22 |-- 范例代码 | |-- oops范例 | | |-- oops_example.asm | | `-- oops_example.c | `-- proc范例 | `-- sim_proc.c `-- 内核调试工具 |-- ddd-3.3.11.tar.gz |-- gdbmod-2.4.bz2 |-- kdb-v4.4-2.6.15-rc5-common-1.bz2 |-- kdb-v4.4-2.6.15-rc5-common-2.bz2 |-- kdb-v4.4-2.6.15-rc5-i386-1.bz2 `-- linux-2.6.15.5-kgdb-2.4.tar.tar
Platform: | Size: 25078324 | Author: zxx000 | Hits:

[Embeded Linux502026-Linux Kernel Procfs Guide

Description: 嵌入式方面的PROCFS文件系统资料,,有兴趣的朋友可以下载看看。-PROCFS the embedded file s
Platform: | Size: 34816 | Author: 张仁峰 | Hits:

[Linux-UnixTaskForce

Description: 这是一个在linux环境下,模拟windows环境下的一个任务管理器,使用了JNI和linux的proc系统文件 运行方式,在interface文件夹下,打以下命令: $.../interface: export LD_LIBRARY=./lib $.../interface: java -jar taskforce...jar -This a linux environment, simulating the windows environment with a task management, the use of the JNI and the proc Linux operating system files, folders in the interface, playing the following orders : $.../ interface : export LD_LIBRARY =./lib $ .../interface : java-jar jar taskforce
Platform: | Size: 233472 | Author: | Hits:

[Internet-NetworkSYSmonitor

Description: 在linux下获取/proc中的系统信息,得到cpu,硬盘,网络以及进程使用情况。实现功能类似windows下的任务管理器。-obtained in/proc of system information, to receive cpu, hard disk, networks and the use of the process. Windows functionality similar to the task manager.
Platform: | Size: 5120 | Author: 夏赟 | Hits:

[Linux-Unixlinuxprocthreads

Description: linux 多线程 proc*c的oracle接口-multithreading proc* c the oracle interface
Platform: | Size: 3072 | Author: 陈全勇 | Hits:

[ADO-ODBCproclinuxdemo

Description: linux下proc*c的demo,包括预编译程序和.pc程序-under proc* c demo, including pre-compiled and procedures. Pc procedures
Platform: | Size: 6144 | Author: 陈全勇 | Hits:

[Linux-UnixPROC

Description: Linux内核编程模块的简单实现,是一个PROC程序。 由用户输入pid号,程序返回pid对应的可执行文件-Linux kernel module programming simple to achieve, is a procedure PROC. Pid number is entered by the user, the program returned to the corresponding executable file pid
Platform: | Size: 146432 | Author: ThAi | Hits:

[OraclePRO

Description: Oracle C语言 Proc编程 Linux、Unix下Oracle开发-Oracle C programming language Proc Linux, Unix development under the Oracle
Platform: | Size: 10506240 | Author: liang | Hits:

[Linux-Unixproc

Description: linux环境下C连接oracle数据库-C under linux to connect oracle database
Platform: | Size: 210944 | Author: 张恒 | Hits:

[Linux-Unixatop-1.23.tar

Description: 开源的atop: linux下的类top监控工具,比top的功能强一些。 主要从/proc中取信息处理并显示。 -Open source atop: linux monitoring tools under the top of the class, some stronger than the top of the feature. Mainly from/proc to take in information processing and display.
Platform: | Size: 174080 | Author: dir | Hits:

[Internet-Networkproc

Description: This file accompanies the procfs-guide in the Linux kernel * source. Its main use is to demonstrate the concepts and * functions described in the guide. -This file accompanies the procfs-guide in the Linux kernel * source. Its main use is to demonstrate the concepts and * functions described in the guide.
Platform: | Size: 10240 | Author: jeevan | Hits:

[Otheralp-ch07-proc-filesystem

Description: A briefing on Linux file system
Platform: | Size: 234496 | Author: R | Hits:

[Oracleproc

Description: linux 环境下c语言访问oracle数据库及从左。-very good
Platform: | Size: 234496 | Author: 卫永录 | Hits:

[Linux-UnixPROC

Description: LINUX 上 对 ORACLE pro/c 的编写-FOR ORACLE PROC FOR C LIUNX
Platform: | Size: 6144 | Author: suChang | Hits:

[OtherLinux那些事儿之我是Sysfs

Description: Sysfs文件系统是一个类似于proc文件系统的特殊文件系统,用于将系统中的设备组织成层次结构,并向用户模式程序提供详细的内核数据结构信息。(Understanding device models and sysfs file systems)
Platform: | Size: 607232 | Author: zhaogd | Hits:
« 12 3 4 5 6 7 8 »

CodeBus www.codebus.net